home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
help.dir
/
00008_Script_sc close
< prev
next >
Wrap
Text File
|
1996-02-27
|
421b
|
19 lines
on mouseDown
global WhichChannel, WhichCast
set the castNum of sprite WhichChannel to WhichCast
updateStage
end
on mouseUp
global WhichChannel, WhichCast, closeFlag
set the castNum of sprite WhichChannel to (WhichCast + 1)
updateStage
if closeFlag = FALSE then
set closeFlag = TRUE
puppetSprite WhichChannel, FALSE
play done
else
set closeFlag = FALSE
end if
end